home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / zugabe / va45 / visual45 / src / h2hs / h2hs.def next >
Text File  |  1998-08-16  |  753b  |  24 lines

  1.     ; Definition file for Genuwax Visual Assembler 4.5
  2.     ; (c) GenuWax 4/IX/98
  3.  
  4.     ; put here all the labels refering to the modules/library
  5.     ; you want to include/use in your program
  6.     ; also defined here : the stack size !
  7.  
  8.     ; [mandatory] means [var]
  9.     ; [option][whom][depend1][depend2][depend3]...
  10.  
  11. GWVA_ROOT_CTE_STACK_SIZE = 1024        ; [var][mandatory]
  12. GWVA_ROOT_MAX_PATH_LENGTH = 128        ; [var][mandatory]
  13.  
  14. GWVA_ROOT_DEFINE_VA_VERSION = 4        ; [var][mandatory]
  15. GWVA_ROOT_DEFINE_VA_MAJOR = 5        ; [var][mandatory]
  16. GWVA_ROOT_DEFINE_VA_MINOR = 00        ; [var][mandatory]
  17.  
  18. MDL_GEM                ; [root]
  19.  
  20. LIB_FILESELECTOR            ; [MDL_GEM] to use a fileselector with advanced input parameters
  21.  
  22. LIB_GET_FLENGTH            ; [root]
  23. LIB_LOAD_FILE_IN_MEM            ; [LIB_GET_FLENGTH]
  24.